FEST
Source Files
Modules
Procedures
Derived Types
Program
SetCurrentTime
Interface
4 statements
Source File
GridLib.f90
GridLib
SetCurrentTime
Contents
Module Procedures
SetCurrentTimeFloat
SetCurrentTimeInteger
public interface SetCurrentTime
Module Procedures
private subroutine
SetCurrentTimeFloat
(time, layer)
set the current time of a float grid
Arguments
Type
Intent
Optional
Attributes
Name
type(
DateTime
),
intent(in)
::
time
type(
grid_real
),
intent(inout)
::
layer
private subroutine
SetCurrentTimeInteger
(time, layer)
set the current time of a integer grid
Arguments
Type
Intent
Optional
Attributes
Name
type(
DateTime
),
intent(in)
::
time
type(
grid_integer
),
intent(inout)
::
layer